break Statement (JScript 5.6)

Terminates the current loop, or if in conjunction with a label, terminates the associated statement.

break [label];

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also